/* banner */
.ssl-banner {
  width: 100%;
  height: 4rem;
  position: relative;
}
.ssl-banner img {
  width: 100%;
  height: 4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ssl-banner .inner-bound {
  width: 16.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.ssl-banner .inner-bound > h1 {
  width: 9rem;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
}
.ssl-banner .inner-bound > h1 .isp-h1 {
  color: #333;
  font-size: 0.18rem;
  margin-left: 5px;
}
.ssl-banner .inner-bound > h3 {
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
}
.ssl-banner .inner-bound > p {
  width: 9rem;
  line-height: 0.24rem;
}
.ssl-banner .inner-bound > p + p {
  margin-top: 0.2rem;
}
.ssl-banner .inner-bound > p.isp-info {
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.ssl-banner .inner-bound > p.isp-info span {
  color: #ed7131;
  font-size: 0.24rem;
  font-weight: 600;
}
.ssl-banner .inner-bound .btns {
  width: 9rem;
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.ssl-banner .inner-bound .btns a {
  display: inline-block;
  padding: 0.1rem 0.15rem;
  border: 1px solid #ff6f2c;
}
.ssl-banner .inner-bound .btns a + a {
  margin-left: 10px;
}
.ssl-banner .inner-bound .btns .warning {
  color: #fff;
  background-color: #ff6f2c;
}
.ssl-banner .inner-bound .btns .warning-plain {
  color: #ff6f2c;
}
.ssl-banner .inner-bound .btns .primary {
  color: #fff;
  border-color: #1374e0;
  background-color: #1374e0;
}
.ssl-banner .inner-bound .btns .clm-ssl-price {
  color: #333;
  margin-left: 0.1rem;
}
.ssl-banner .inner-bound .btns .clm-ssl-price span {
  color: #ff6f2c;
  font-size: 0.18rem;
  font-weight: bold;
}
.ssl-banner .inner-bound .banner-video {
  position: absolute;
  left: 9.3rem;
  top: 0.3rem;
  height: 3.4rem;
}
/* 一行3个，title为主题色，无img */
.three-noimg-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.three-noimg-box > div {
  width: 30%;
  color: #111;
  line-height: 0.2rem;
  margin-top: 0.4rem;
}
.three-noimg-box h4 {
  color: #ed7131;
  margin-bottom: 0.15rem;
}
/* 一行两个 */
.two-box > div {
  width: 48%;
}
/* 一行四个 */
.four-box > div {
  width: 23%;
}
/* Popular ** certificate */
.popular-cert {
  display: flex;
  justify-content: center;
  padding-top: 0.2rem;
}
.popular-cert > div {
  width: calc(25% - 16.5px);
  margin-right: 22px;
  background-color: #f7f8fc;
  border: 1px solid #ccc;
  border-top-width: 4px;
  border-top-color: #ed7131;
}
.popular-cert > div::last-child {
  margin-right: 0;
}
.popular-cert-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 0.28rem 0.1rem;
}
.popular-cert-box > a {
  color: #fff;
  font-size: 0.16rem;
  background-color: #ed7131;
  padding: 0.1rem 0.4rem;
  margin-top: 0.15rem;
}
.popular-cert-img {
  height: 0.36rem;
}
.popular-cert-title {
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.24rem;
  margin-top: 0.17rem;
}
.popular-cert-title > a:hover {
  text-decoration: underline;
  text-decoration-color: #ed7131;
}
.dns-package {
  color: #666;
  text-align: center;
  margin-top: 5px;
}
.popular-cert-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.28rem;
}
.popular-cert-price > div p:first-child {
  color: #ed7131;
  font-size: 0.24rem;
  font-weight: bold;
}
.popular-cert-price > div p:last-child {
  color: #999;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.28rem;
  text-decoration: line-through;
}
.popular-cert-price > p {
  color: #ed7131;
  padding: 7px 8px;
  border: 1px solid #ed7131;
  margin-left: 0.1rem;
}
.popular-cert-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  line-height: 0.26rem;
  text-align: center;
  padding: 0.15rem 0.1rem 0.36rem;
}
/* 主机的产品展示 */
.hosting-cert-3 > div {
  width: calc(33.3% - 20px);
  margin-right: 30px;
}
.hosting-select {
  width: 95%;
  display: flex;
}
.hosting-select > div {
  width: 95px;
  height: 36px;
  flex-shrink: 0;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #ccc;
  border-right: 0;
}
.hosting-select select {
  width: calc(100% - 100px);
  background-color: #f7f8fc;
}
/* ** certificate */
.cert-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.33rem;
}
.cert-tabs p {
  color: #000;
  font-size: 0.16rem;
  line-height: 0.37rem;
  cursor: pointer;
  padding-right: 3px;
  margin-right: 0.4rem;
  border-bottom: 2px solid #fff;
}
.cert-tabs p:last-child {
  margin-right: 0;
}
.cert-tabs .cert-tab-active {
  border-bottom-color: #ed7131;
}
.cert-pane {
  display: none;
  padding: 0.2rem 0 0.75rem;
}
.cert-pane > div {
  width: calc(25% - 15px);
  margin: 20px 20px 0 0;
  border: 1px solid #ccc;
  border-top-width: 4px;
  border-top-color: #ed7131;
}
.cert-pane > div:nth-child(4n + 4) {
  margin-right: 0;
}
.cert-pane-active {
  display: flex;
  flex-wrap: wrap;
}
/* 文章推荐 */
.article-commend {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.2rem 0.4rem;
}
.article-commend div {
  width: 32%;
  flex-shrink: 0;
}
.article-commend p {
  color: #111;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.22rem;
}
.article-commend ul {
  font-size: 0.16rem;
  line-height: 0.22rem;
  padding-left: 0.2rem;
  margin-bottom: 0.36rem;
}
.article-commend ul li {
  margin-bottom: 0.1rem;
}
.article-commend ul li::marker {
  color: #f76900;
}
.article-commend ul a:hover {
  color: #f76900;
}
/* 广告推荐， */
/* SSL Certificate Monitoring Service */
.ad-box {
  height: 3rem;
  background: #ed7131 url('../images/ssl/ssl-certificate-monitoring-service.png') center center / 100% 100% no-repeat;
}
.ad-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.ad-info p:first-of-type {
  font-size: 0.36rem;
  font-weight: bold;
}
.ad-info p:last-of-type {
  width: 50%;
  font-size: 0.18rem;
  line-height: 0.26rem;
  margin: 0.21rem 0 0.32rem;
}
.ad-info a {
  color: #333;
  display: inline-block;
  padding: 10px 17px;
  background-color: #fff;
}
/* FAQ */
.faq {
  background-color: #fff;
  padding: 0.28rem 0.31rem 0;
  margin-bottom: 0.2rem;
}
.faq:first-of-type {
  margin-top: 0.35rem;
}
.faq:last-of-type {
  margin-bottom: 0.8rem;
}
.faq h4 {
  color: #111;
  line-height: 0.22rem;
}
.faq h4 span,
.faq-info > span {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.3rem;
  background-color: #333;
  margin-right: 9px;
}
.faq-info > span {
  flex-shrink: 0;
  background-color: #f76900;
}
.faq-info {
  display: flex;
  line-height: 0.22rem;
  margin-top: 0.2rem;
}
.faq-info a {
  color: #f76900;
}
.faq-info p {
  margin-bottom: 0.2rem;
}
.faq-info ul,
.faq-info ol {
  padding-left: 0.2rem;
  margin: 0;
}
.faq-info li {
  margin-bottom: 0.2rem;
}
.faq-info > div div + div {
  margin-top: 0.1rem;
}
.faq-info > div div:last-of-type {
  margin-bottom: 0.2rem;
}
/* table */
.ssl-table {
  margin: 0.16rem 0 0.63rem;
}
.ssl-table td {
  width: 25%;
  line-height: 0.22rem;
  vertical-align: middle;
  padding: 0.11rem 0.19rem;
  border: 1px solid #ccc;
}
.ssl-table tr td:first-child {
  color: #111;
  font-weight: bold;
}
.ssl-table-head > td:not(:first-child) {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #ff743a;
}
.table-level-img {
  height: 0.21rem;
}
.ssl-table ol,
.ssl-table ul {
  padding-left: 0.2rem;
  margin: 0;
}
.ssl-table span[type='hot'] {
  display: inline-block;
  color: #ff6727;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #ff6727;
  padding: 0 3px;
  margin: 0 8px 8px 0;
}
.ssl-table-foot > td:not(:first-child) {
  text-align: center;
  padding: 0.17rem 0.19rem;
}
.ssl-table-foot a {
  display: inline-block;
  font-weight: bold;
  color: #f76900;
  border: 1px solid #f76900;
  padding: 8px 0.35rem;
}
.ssl-table-foot a:hover {
  color: #fff;
  background-color: #f76900;
}
/* header */
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 10000;
  font-size: 0.16rem;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.header .header-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
}
/* nicsrs logo */
.header-logo {
  width: 2rem;
  text-align: center;
  display: inline-block;
}
.header-logo img {
  width: 1.26rem;
  vertical-align: middle;
}
/* 右边登录注册 */
.header-right {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header-right i {
  width: 0.17rem;
  height: 0.17rem;
  background-image: url("../images/icon/english.png");
  margin-top: -0.02rem;
}
.header-login {
  margin-left: 0.25rem;
  padding-left: 0.25rem;
  border-left: 1px solid #ccc;
}
.header-login a {
  display: inline-block;
  padding: 5px 8px;
}
.header-login a:last-child {
  color: #fff;
  background-color: #ed7131;
}
/* 中间 */
.header-links {
  width: 12rem;
  display: flex;
  align-items: center;
}
.header-links a:not(.header-logo),
.header-links div {
  flex-grow: 1;
  line-height: 55px;
  padding: 0 0.2rem;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.header-links a:hover,
.header-links div:hover,
.header-links a.active {
  color: #ed7131;
  border-bottom-color: #ed7131;
}
/* 产品二级 */
.submenu {
  width: 100%;
  position: relative;
  top: 0;
  background-color: #f7f8fc;
  box-shadow: 0 5px 11px 0px rgba(14, 14, 14, 0.14);
  display: none;
}
.submenu .product-left {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  padding: 0.46rem 0.2rem;
}
.submenu .product-left .content {
  width: 2.5rem;
  color: #555;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.submenu .product-left .content h3 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
}
.submenu .product-left .content a {
  display: inline-block;
  color: #ed7131;
  font-size: 0.14rem;
  margin-top: 0.25rem;
}
.submenu .product-left + div {
  width: 80%;
  padding: 0.46rem 0.44rem;
}
.submenu .header-box-title {
  width: 100%;
  display: inline-block;
  color: #ed7131;
  font-weight: bold;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
}
/* ssl证书左边 */
.product-left-nav {
  width: 2.5rem;
}
.product-left-nav a,
.product-left-nav div {
  width: 100%;
  display: inline-block;
  line-height: 0.32rem;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.product-left-nav a:hover,
.product-left-nav div:hover {
  color: #ed7131;
  border-bottom-color: #ed7131;
}
.product-left-nav div {
  background: url('../images/icon/header-right.png') 95% center / 7px 11px no-repeat;
}
.product-left-nav div:hover {
  background-image: url('../images/icon/header-right-hover.png');
}
/* ssl证书右边 */
.product-right {
  padding-top: 0.56rem;
}
.product-right > div:not(:first-child) {
  display: none;
}
.product-right .product-ssl {
  display: flex;
}
.product-right .product-ssl .header-ssl {
  width: 2.8rem;
}
.product-right .product-ssl .header-ssl.hosting {
  width: 3.2rem;
}
.product-right .product-ssl .header-ssl + .header-ssl {
  margin-left: 1.4rem;
}
.header-ssl .header-ssl-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.header-ssl .header-ssl-box p {
  width: 50%;
  font-size: 0.14rem;
  line-height: 0.34rem;
}
.header-ssl .header-ssl-box a:hover {
  color: #ed7131;
}
.header-digital {
  display: flex;
}
.header-digital > div:first-child {
  width: 6.6rem;
  margin-right: 0.4rem;
}
.header-digital > div:first-child .header-server {
  justify-content: space-between;
  margin-top: 0.2rem;
}
.header-digital > div:first-child .header-server > a {
  margin-right: 0;
}
.header-digital > div:last-child {
  width: 3.2rem;
}
.header-digital > div:last-child .header-server {
  margin-top: 0.2rem;
}
.header-digital > div:last-child .header-server > a {
  margin-right: 0;
}
.header-server {
  display: flex;
  flex-wrap: wrap;
}
.header-server > a {
  width: 3.2rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  background-color: #fff;
  padding: 0.15rem 0.1rem;
  margin: 0 0.2rem 0.2rem 0;
  box-shadow: 0 0 0.1rem 0 rgba(14, 14, 15, 0.14);
  box-sizing: border-box;
}
.header-server > a .title {
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.13rem;
}
/* 安全运维 */
.header-safe {
  width: 10.3rem;
}
.header-domain {
  display: flex;
}
.header-domain .header-server {
  width: 7rem;
}
.header-domain .domain {
  width: 5.2rem;
}
.header-domain .domain > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.header-domain .domain > div a {
  width: 1.2rem;
  font-size: 0.14rem;
  text-align: center;
  font-weight: bold;
  line-height: 0.37rem;
  margin: 0 0.1rem 0.2rem 0;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 13px 0px rgba(174, 206, 241, 0.33);
  background-image: linear-gradient(0deg, #fafafa 0%, #edeff2 100%), linear-gradient(#ffffff, #ffffff);
}
.header-domain .domain > div a:hover {
  color: #fff;
  background-image: linear-gradient(#ed7131, #ed7131);
}
/* 解决方案 */
.solution-right {
  display: flex;
}
.solution-right > div {
  width: 4.5rem;
}
.solution-right > div:first-child {
  margin-right: 1.2rem;
}
.solution-right .header-server {
  margin-top: 0.2rem;
}
.solution-right .header-server > a {
  width: 4.5rem;
  margin-right: 0;
}
.nicsrs-right {
  display: flex;
}
.nicsrs-right > div {
  width: 2rem;
  margin-right: 1.2rem;
}
.nicsrs-right > div div {
  display: flex;
  flex-direction: column;
}
.nicsrs-right > div div a {
  font-size: 0.14rem;
  line-height: 0.36rem;
}
.nicsrs-right > div div a:hover {
  color: #ed7131;
}
.nicsrs-right.client-right > div:last-child {
  width: 3rem;
}
/* footer */
#footer-section {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding-top: 37px;
  letter-spacing: 0;
}
#footer-section > div {
  display: flex;
  margin-bottom: 20px;
}
#footer-section > p {
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  opacity: 0.5;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-seal {
  width: 15.8%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  line-height: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-product {
  line-height: 36px;
  flex-grow: 1;
  padding: 0 10px 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-product > div {
  display: flex;
  flex-direction: column;
}
.footer-product > p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 23px;
}
.footer-contact {
  width: 20%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fefefe;
  line-height: 25px;
  padding-left: 30px;
}
.footer-icon {
  display: flex;
  margin-bottom: 0.2rem;
}
.footer-icon i {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.3rem;
}
.footer-icon1 {
  background-image: url('../images/icon/footer-icon1.png');
}
.footer-icon2 {
  background-image: url('../images/icon/footer-icon2.png');
}
.footer-icon3 {
  background-image: url('../images/icon/footer-icon3.png');
}
@media screen and (max-width: 1200px) {
  .ssl-banner {
    width: 1200px;
  }
  /* 右边登录注册 */
  .header-right {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  /* banner */
  .ssl-banner {
    width: 100%;
    height: 6.4rem;
  }
  .ssl-banner img {
    height: 6.4rem;
  }
  .ssl-banner .inner-bound {
    text-align: center;
    justify-content: flex-start;
    padding-top: 0.56rem;
  }
  .ssl-banner .inner-bound > h1 {
    width: 100%;
  }
  .ssl-banner .inner-bound > h1 .isp-h1 {
    font-size: 0.22rem;
  }
  .ssl-banner .inner-bound > p {
    width: 100%;
    line-height: 0.26rem;
  }
  .ssl-banner .inner-bound > p.isp-info {
    font-size: 0.22rem;
  }
  .ssl-banner .inner-bound > p.isp-info span {
    font-size: 0.26rem;
  }
  .ssl-banner .inner-bound .btns {
    width: 100%;
    flex-wrap: wrap;
  }
  .ssl-banner .inner-bound .btns .clm-ssl-price span {
    font-size: 0.24rem;
  }
  .ssl-banner .hide-banner-phone {
    display: none;
  }
  /* 一行3个，title为主题色，无img */
  .three-noimg-box > div {
    width: 100%;
    line-height: 0.26rem;
    margin-top: 0.4rem;
  }
  /* 一行两个 */
  .two-box > div {
    width: 100%;
  }
  /* 一行四个 */
  .four-box > div {
    width: 100%;
  }
  /* Popular ** certificate */
  .popular-cert {
    flex-wrap: wrap;
  }
  .popular-cert > div {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .popular-cert-title {
    font-size: 0.3rem;
  }
  .dns-package {
    color: #666;
    text-align: center;
    margin-top: 5px;
  }
  .popular-cert-price > div p:first-child {
    font-size: 0.36rem;
  }
  .popular-cert-price > div p:last-child {
    font-size: 0.2rem;
  }
  .popular-cert-box > a {
    font-size: 0.24rem;
    padding: 0.14rem 0.4rem;
  }
  /* ** certificate */
  .cert-tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0.2rem;
  }
  .cert-tabs p {
    width: 33%;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.37rem;
    margin: 10px 0 0 0;
  }
  .cert-pane {
    display: none;
    padding: 0.2rem 0 0.75rem;
  }
  .cert-pane-active {
    display: flex;
    flex-wrap: wrap;
  }
  .cert-pane > div {
    width: 100%;
    margin: 20px 0 0 0;
  }
  /* 文章推荐 */
  .article-commend {
    flex-wrap: wrap;
  }
  .article-commend div {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .article-commend p {
    font-size: 0.3rem;
  }
  .article-commend ul {
    font-size: 0.2rem;
    line-height: 0.23rem;
    padding-left: 0.25rem;
  }
  /* 广告推荐， */
  /* SSL Certificate Monitoring Service */
  .ad-box {
    height: 6.4rem;
    background-image: url('../images/ssl/ssl-certificate-monitoring-service-phone.jpg');
  }
  .ad-info {
    justify-content: flex-end;
    text-align: center;
  }
  .ad-info p:last-of-type {
    width: 100%;
    font-size: 0.2rem;
  }
  .ad-info a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0.2rem;
  }
  /* FAQ */
  .faq h4 {
    display: flex;
    line-height: 0.26rem;
  }
  .faq h4 span,
  .faq-info > span {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .faq-info {
    line-height: 0.26rem;
  }
  .faq-info ul,
  .faq-info ol {
    padding-left: 0.25rem;
  }
  /* table */
  .ssl-table td {
    width: 376px;
    line-height: 0.26rem;
  }
  .ssl-table ol,
  .ssl-table ul {
    padding-left: 0.25rem;
  }
  /* header */
  .header {
    border-bottom: 0;
  }
  /* nicsrs logo */
  .header-logo {
    display: none;
  }
  /* 右边登录注册 */
  .header-right {
    display: none;
  }
  #phone-button {
    width: 33px;
    height: 28px;
    background: linear-gradient(to left, #f76900, #f76900) left top, linear-gradient(to left, #f76900, #f76900) left 12px, linear-gradient(to left, #f76900, #f76900) left 24px;
    background-size: 33px 3px;
    background-repeat: no-repeat;
  }
  /* 中间 */
  .header-links {
    width: 2rem;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    font-size: 0.2rem;
    display: none;
    background-color: #fff;
    border-right: 1px solid #ccc;
  }
  .header-links a:not(.header-logo),
  .header-links div {
    width: 2rem;
    display: block;
    line-height: 0.6rem;
    margin-right: 0;
    border-bottom: 0;
  }
  .header-links a:hover,
  .header-links div:hover,
  .header-links a.active {
    color: #fff;
    background-color: #ed7131;
  }
  /* 产品二级 */
  .submenu {
    width: calc(100% - 2rem);
    left: 2rem;
    overflow-x: auto;
  }
  .submenu .product-left {
    width: 2.5rem;
  }
  .submenu .product-left + div {
    width: 11rem;
    flex-shrink: 0;
  }
  .product-right .product-ssl .header-ssl {
    width: 3.2rem;
  }
  .product-right .product-ssl .header-ssl.hosting {
    width: 3.5rem;
  }
  .product-right .product-ssl .header-ssl + .header-ssl {
    margin-left: 0.8rem;
  }
  /* footer */
  #footer-section {
    font-size: 20px;
    padding-top: 0;
  }
  #footer-section > div {
    flex-wrap: wrap;
  }
  .footer-seal {
    width: 100%;
    order: 10;
    align-items: center;
    font-size: 24px;
    border-right: 0;
    margin: 40px 0 20px;
  }
  .footer-product {
    width: 100%;
    flex-grow: 1;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-product > div {
    display: none;
    flex-direction: column;
  }
  .footer-product a {
    padding: 10px 20px;
  }
  .footer-product a:hover {
    background-color: #cc5c22;
  }
  .footer-product > p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 23px 0;
  }
  .footer-contact {
    width: 100%;
    order: 12;
    font-size: 24px;
    align-items: center;
    line-height: 31px;
    padding-left: 0;
  }
  #footer-section > p {
    font-size: 20px;
    line-height: 36px;
  }
  .footer-icon {
    display: flex;
    margin-bottom: 0.2rem;
  }
  .footer-icon i {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.3rem;
  }
  .footer-icon1 {
    background-image: url('../images/icon/footer-icon1.png');
  }
  .footer-icon2 {
    background-image: url('../images/icon/footer-icon2.png');
  }
  .footer-icon3 {
    background-image: url('../images/icon/footer-icon3.png');
  }
}
